The Huffman’s algorithm is used for creating extended binary trees that have minimum weighted path lengths from the given weights. That makes use of a table that contains the frequency of occurrence for each data element.
Liked By
Write Answer
What is Huffman’s algorithm?
Join MindStick Community
You have need login or register for voting of answers or question.
Anonymous User
07-Sep-2019The Huffman’s algorithm is used for creating extended binary trees that have minimum weighted path lengths from the given weights. That makes use of a table that contains the frequency of occurrence for each data element.